バージョン

AddChart(ChartType,Sheet,Rectangle,Action<WorksheetChart>) メソッド

シンタックス
'宣言
 
Public Overloads Function AddChart( _
   ByVal chartType As ChartType, _
   ByVal sheet As Sheet, _
   ByVal boundsInTwips As System.Drawing.Rectangle, _
   Optional ByVal chartInitializer As System.Action(Of WorksheetChart) _
) As WorksheetChart
public WorksheetChart AddChart( 
   ChartType chartType,
   Sheet sheet,
   System.Drawing.Rectangle boundsInTwips,
   System.Action<WorksheetChart> chartInitializer
)

パラメータ

chartType
sheet
boundsInTwips
chartInitializer
参照

オンラインで表示: GitHub